Given multiple missing fragment definitions, When include missing fragments, Then return all missing contents
Tests this scenario:
query SomeQuery { someObjectA { ...fragmentA } someObjectB { ...fragmentB } someObjectC { ...fragmentC } }
fragment fragmentC on SomeObjectC { id }